home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12137 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  758 b 

  1. Path: newsbf02.news.aol.com!not-for-mail
  2. From: roberino@aol.com (Roberino)
  3. Newsgroups: comp.lang.c
  4. Subject: Help: Asynchronous I/O
  5. Date: 29 Mar 1996 07:41:15 -0500
  6. Organization: America Online, Inc. (1-800-827-6364)
  7. Sender: root@newsbf02.news.aol.com
  8. Message-ID: <4jglpb$2ur@newsbf02.news.aol.com>
  9. Reply-To: roberino@aol.com (Roberino)
  10. NNTP-Posting-Host: newsbf02.mail.aol.com
  11.  
  12. I am writing a program on UNIX System V in C and
  13. I am trying to poll the keyboard to determine if a key
  14. has been pressed without having to wait for the input.
  15. I realize this may be a UNIX question, but I couldn't
  16. find anywhere else to ask this question, and I also thought
  17. there might be some C trick to do this.
  18.  
  19. Does anyone know of an easy (or any) way to do this?
  20.  
  21. Thanks,
  22. Rob
  23.